home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / Archive.nib / data.classes next >
Encoding:
Text File  |  1993-12-16  |  1.1 KB  |  78 lines

  1. System = {
  2.     ACTIONS = {
  3.     browser:;
  4.     reconcileAccount:;
  5.     showAccount:;
  6.     windowWillClose:;
  7.     createAccount:;
  8.     deleteAccount:;
  9.     doShowCategories:;
  10.     showCategories:;
  11.     windowDidBecomeKey:;
  12.     findTransaction:;
  13.     doShowFindPanel:;
  14.     importExpRequest:;
  15.     selectAccount:;
  16.     cancelCreateAcct:;
  17.     hideAccount:;
  18.     windowWillResize:;
  19.     contextHelp:;
  20.     saveAs:;
  21.     close:;
  22.     okCreateAcct:;
  23.     archiveSys:;
  24.     showFindPanel:;
  25.     windowDidBecomeMain:;
  26.     save:;
  27.     setDefaultBoundary:;
  28.     };
  29.     OUTLETS = {
  30.     findButton;
  31.     activeAccount;
  32.     OKCreatePanelButton;
  33.     renamePanel;
  34.     categoryMgr;
  35.     archiveDateTF;
  36.     acctNameForm;
  37.     accountBrowser;
  38.     createPanel;
  39.     createButton;
  40.     newNameField;
  41.     archiveDateBox;
  42.     acctBalanceForm;
  43.     transactionMgr;
  44.     acctTypeRadio;
  45.     reconcileButton;
  46.     systemWindow;
  47.     createView;
  48.     oldNameField;
  49.     findPanel;
  50.     createDate;
  51.     errMsgTable;
  52.     categoryButton;
  53.     createPanelBox;
  54.     };
  55.     SUPERCLASS = List;
  56. };
  57. FirstResponder = {
  58.     ACTIONS = {
  59.     };
  60.     SUPERCLASS = Object;
  61. };
  62. DatePrompt = {
  63.     ACTIONS = {
  64.     };
  65.     OUTLETS = {
  66.     instructionField;
  67.     datePromptField;
  68.     };
  69.     SUPERCLASS = Object;
  70. };
  71. DateTextField = {
  72.     ACTIONS = {
  73.     };
  74.     OUTLETS = {
  75.     };
  76.     SUPERCLASS = TextField;
  77. };
  78.